func go/build/constraint.orArg

3 uses

	go/build/constraint (current package)
		expr.go#L124: 	return orArg(x.X) + " || " + orArg(x.Y)
		expr.go#L127: func orArg(x Expr) string {